home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ca, cb, cc, cd, ce
- set res to max(ca, cb, cc, cd, ce)
- if res = cd then
- go("D")
- else
- if res = cc then
- go("C")
- else
- if res = cb then
- go("B")
- else
- if res = ca then
- go("A")
- else
- go("E")
- end if
- end if
- end if
- end if
- end
-